home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / Multiprocessing 2.1v2 SDK / Sample Code / MP Sort Picts 12⁄04⁄99 / sources / MPBlitter.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-30  |  209 b   |  7 lines  |  [TEXT/CWIE]

  1. #include <QuickDraw.h>
  2. #include <Multiprocessing.h>
  3.  
  4. pascal void MPCopyBits(BitMapPtr srcBits, BitMapPtr dstBits,
  5.                 const Rect *srcRect, const Rect *dstRect, 
  6.                 const short mode, const RgnHandle blitter);
  7.